projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8957d2b
)
(tty-color-mode-alist): New variable.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 14 Jan 2002 13:50:06 +0000
(13:50 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 14 Jan 2002 13:50:06 +0000
(13:50 +0000)
lisp/term/tty-colors.el
patch
|
blob
|
history
diff --git
a/lisp/term/tty-colors.el
b/lisp/term/tty-colors.el
index 0a818a5c7348625da14af325200fa485032a428e..fc21aee222548706780caeec55c056b052ea2c99 100644
(file)
--- a/
lisp/term/tty-colors.el
+++ b/
lisp/term/tty-colors.el
@@
-751,6
+751,17
@@
("black" 0 0 0 0))
"An alist of 8 standard tty colors, their indices and RGB values.")
+;; This is used by term.c
+(defvar tty-color-mode-alist
+ '((never . -1)
+ (no . -1)
+ (default . 0)
+ (auto . 0)
+ (ansi8 . 8)
+ (always . 8)
+ (yes . 8))
+ "An alist of supported standard tty color modes and their aliases.")
+
(defvar tty-defined-color-alist nil
"An alist of defined terminal colors and their RGB values.